From: Richard M. Stallman Date: Wed, 31 Jan 1996 21:01:16 +0000 (+0000) Subject: (LIB_X11_LIB): New definition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84619 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8ef5fadca64211f63d6290bf6c4495c78b7295cb;p=emacs.git (LIB_X11_LIB): New definition. --- diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index 82b3a7fccd4..5a12bcfd439 100644 --- a/src/s/sol2-4.h +++ b/src/s/sol2-4.h @@ -4,6 +4,10 @@ #define SOLARIS2_4 +/* Bill_Mann@praxisint.com says that configure can't link things with -lX11 + unless it has -lXext as well. */ +#define LIB_X11_LIB -lX11 -lXext + /* Get rid of -traditional and let const really do its thing. */ #ifdef __GNUC__